home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1533.ZIP / REVISION.DOC < prev    next >
Text File  |  1989-05-10  |  2KB  |  57 lines

  1. 09-May-1989 19:27
  2.  
  3. Revsions for X7579
  4.  
  5. STGMAP.ASM (.COM) -- Status: Minor;
  6. New option added (/V) - shows the vectors reserved by DOS to application
  7. programs which are not used.  These vectors are 60H - 67H;  The program
  8. determines if one or more of these vectors are not in use by first checking
  9. the segment (if 0000 - the vector is not allocated), if the segment is not
  10. zero, and the first instruction is 0xCF (IRET) then the vector is free,
  11. otherwise, the vector is counted as allocated to some program, and it is
  12. not included in the list.
  13.  
  14. PR.C (.EXE) -- Status: Minor;
  15. Options processing for the /B parameter has been enhanced into a standard
  16. style burst page commonly found on large systems which is useful for
  17. identifing datasets printed on networked remote printers.  Use care, use
  18. of this option will print 2 additional pages; 1 before and 1 after the
  19. actual dataset.  Previously, this option only printed 1 initial page, and
  20. the data was standard print.
  21.  
  22. RM.C (.EXE) -- Status: New;
  23. This program more closely resembles the function of the later editions of
  24. the UNIX family of RM routines.  It fully supports the expansion of
  25. wildcards via startup routines, and implements the -N option (no action,
  26. therefore one can see what will be deleted before the delete occurs).
  27.  
  28.  
  29. RM.C (.EXE) -- Usage: RM [-cftn?] file [file ...]
  30.  
  31. Options available:
  32.     -c    --> Provide summary of count when complete.
  33.     -f    --> use FORCE , force R/O to R/W before delete attempt.
  34.     -t    --> type filenames upon deletion
  35.     -n    --> Process wildcards, and type names -- do NOT delete.
  36.     -?    --> Brief options summary
  37.  
  38. This routine more closely simulates the standard UNIX RM function, which
  39. it late releases fully supports wildcards, and when the -T option is
  40. in effect, shows names expanded by the wildcard expander in uppercase,
  41. other names are shown in the case as typed.  This program exhibits this
  42. behaivor.
  43.  
  44. This function can if desired replace the DLT function, which does not
  45. support wildcards in the filenames.
  46.  
  47. ----------
  48.  
  49. There are no major revisions in this release - so if there are problems
  50. replacing the modules already submitted there should be no problem,
  51. although there may be some complaints about those who use the /B option
  52. in the PR filter -- before this revision the /B option was very primitive.
  53.  
  54. If problems -- please contact me.
  55.  
  56. s;
  57.